Click or drag to resize

ServiceDeleteFolder Method (IListFolderId)

Deletes multiple folders.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<Response> DeleteFolder(
	IList<FolderId> folders
)

Parameters

folders
Type: System.Collections.GenericIListFolderId
The IDs of the folders to delete.

Return Value

Type: IListResponse
A collection of deletion results for each of the specified folder IDs.
See Also